home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
XTension demo
/
Scripts
/
Front Walk Motion.Off
< prev
next >
Wrap
Text File
|
1998-07-28
|
312b
|
11 lines
--if movement sensed at front walkway:
--this is a backup script, in case we missed the 'ON'
if (status of "Front Walk Motion") = false then
-- the motion sensor is 'off' and we just went 'off'...
-- we must have missed the 'on' event...
turnon "Foyer Chime"
write log "Movement on front walkway"
end if